Missing Test Data Factory ^^^^^ **Definition:** * Where every test has its own way of making the same test example data **Code Example:** .. code-block:: javascript import { createMockSession, createMockUser } from '../../components/auth/__tests__/User.test.ts'; **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Test Smells - The Coding Craftsman `_ :octicon:`file-code;1em`